home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
X User Tools
/
X User Tools (O'Reilly and Associates)(1994).ISO
/
sun4c
/
archive
/
tcltk.z
/
tcltk
/
man
/
catn
/
join.n
< prev
next >
Wrap
Text File
|
1994-09-20
|
817b
|
67 lines
join(n) Tcl Built-In Commands
_________________________________________________________________
NAME
join - Create a string by joining together list elements
SYNOPSIS
join _l_i_s_t ?_j_o_i_n_S_t_r_i_n_g?
_________________________________________________________________
DESCRIPTION
The _l_i_s_t argument must be a valid Tcl list. This command
returns the string formed by joining all of the elements of
_l_i_s_t together with _j_o_i_n_S_t_r_i_n_g separating each adjacent pair
of elements. The _j_o_i_n_S_t_r_i_n_g argument defaults to a space
character.
KEYWORDS
element, join, list, separator
Tcl 1